* {
    margin: 0px;
    padding: 0px;
}

.font1 {
    font-family: "Bree Serif";
}

.font2 {
    font-family: "Mulish";
}

.font3 {
    font-family: "Brawler";
}

:root {
    --bg-color1: #0A599D;
    --bg-color2: #F47F20;
    --txt-color1: #0A599D;
    --txt-color2: #F47F20;
    --txt-color3: #7a7a7a;
    --txt-color4: #555555;
    --txt-color5: #3a3a3a;
    --H-font: "Bree Serif";
    --t-font1: "Mulish";
    --t-font2: "Brawler";
}